v1

latestOpenAPI 3.0.02026-07-14512083.9 KB

Fetch information for a specific Identity

get/identities/{id}

Path parameters

idstring required

The id of the identity

Response

Information about one Identity

idstring

The canonical identifier for this identity

sourcestring

The integation that this identity was imported from

emailstring

the recorded email address for this identity

usernamestring

The canonical username as reported by the source integration

mfa_enabledboolean

This property is deprecated, and will be dropped in the future.

external_idstring

The reference ID as reported by the source integration for this identity

imported_atstring date-time

when the identity was imported from an external source

archivedboolean

whether or not this identity has been archived

missingboolean

An identity is marked as 'missing' if it stops appearing in the list of identities reported by an integration source. It typically means that this account has been deleted from the external source, for example Slack user account that is deleted after an employee leaves the company

onboarding_message_last_sentstring date-time

The timestamp that this identity was last sent an onboarding message. Will be nil if the identity is not a slack identity.

onboarding_message_first_sentstring date-time

The timestamp that this identity was initially sent an onboarding message. This will be nil if the identity is not a slack identity.

onboarding_message_countinteger

The number of times the the user has been onboarded via slack. This will always be 0 for non-slack identities