Skip to content

RawUserGetResponse

User as returned by the Identity user management API.

Field selection: legacyId (an internal platform synchronization field) is returned by the API but dropped from the SDK because it has no use for an application developer.

Properties

Property Type Description
bypassBasicAuthRestriction boolean Whether this user bypasses the basic authentication restriction.
category UserCategory How the user relates to directory provisioning.
createdTime string When the user was created.
displayName null | string Display name.
email string Email address. Empty string when the user has no email.
emailConfirmed boolean Whether the email address has been confirmed.
groupIds string[] GUIDs of the groups the user is a member of.
id string User GUID.
invitationAccepted boolean Whether the user has accepted their invitation.
isActive boolean Whether the user is active.
lastLoginTime null | string When the user last logged in. null if the user has never logged in.
lastModifiedTime null | string When the user was last modified.
name null | string First name.
surname null | string Last name.
type UserType How the user was created and is supposed to be used.
userName string The username.