Get the details of a user.

At least one of the following entitlements is required for using this action:

  • readUserGroups (Read users and groups)
  • manageUserGroups (Manage users and groups)
  • manageAllUserGroups (Synchronize users and groups)
  • manageUserStandardGroups (Manage users and standard groups)
  • readUsers (Read all users but not group memberships)
  • readUsersGroupMembership (Read all users and group memberships)
  • readUsersStandardGroupMembership (Read all users and standard group memberships)
  • manageUsers (Manage all users)
  • manageUsersInStandardGroups (Manage users in standard groups)

External Documentation

To learn more, visit the IBM Security Verify documentation.

Parameters

ParameterDescription
AttributesA comma-separated list of attributes to include in the response. If not specified, all available attributes are returned by default.
IDThe ID of the user to retrieve.

Example Output

{
	"schemas": [
		"string"
	],
	"id": "string",
	"externalId": "string",
	"meta": {
		"resourceType": "string",
		"created": "string",
		"lastModified": "string",
		"location": "string",
		"deactivated": "api"
	},
	"userName": "string",
	"title": "string",
	"name": {
		"formatted": "string",
		"familyName": "string",
		"givenName": "string",
		"middleName": "string"
	},
	"displayName": "string",
	"preferredLanguage": "string",
	"active": true,
	"emails": [
		{
			"value": "string",
			"type": "work"
		}
	],
	"addresses": [
		{
			"locality": "string",
			"country": "string",
			"type": "work",
			"streetAddress": "string",
			"postalCode": "string",
			"formatted": "string",
			"primary": true,
			"region": "string"
		}
	],
	"phoneNumbers": [
		{
			"value": "string",
			"type": "work"
		}
	],
	"groups": [
		{
			"displayName": "string",
			"id": "string",
			"value": "string",
			"$ref": "string"
		}
	],
	"urn:ietf:params:scim:schemas:extension:ibm:2.0:User": {
		"userCategory": "regular",
		"emailVerified": "string",
		"realm": "string",
		"unqualifiedUserName": "string",
		"twoFactorAuthentication": true,
		"pwdReset": true,
		"pwdChangedTime": 0,
		"pwdAccountLockedTime": "string",
		"pwdExpirationWarned": "string",
		"pwdFailureTime": [
			"string"
		],
		"pwdGraceUseTime": [
			"string"
		],
		"delegate": "string",
		"customAttributes": [
			{
				"name": "string",
				"values": [
					"string"
				]
			}
		],
		"linkedAccounts": [
			{
				"externalId": "string",
				"realm": "string"
			}
		],
		"lastLogin": "string",
		"lastLoginType": "string",
		"lastLoginRealm": "string",
		"lastMFA": [
			{
				"type": "string",
				"value": "string"
			}
		],
		"accountExpires": "string",
		"attachedPasswordPolicy": {
			"value": "string",
			"$ref": "string",
			"name": "string"
		}
	},
	"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": {
		"department": "string",
		"employeeNumber": "string",
		"manager": {
			"value": "string",
			"$ref": "string",
			"displayName": "string"
		}
	}
}

Workflow Library Example

Get User with Ibm Security Verify and Send Results Via Email

Preview this Workflow on desktop