identity
individuals

Get current individual profile

Returns the authenticated individual's decrypted profile (email, given/family name, status) plus the active group + application from session claims.

get/identity/individuals/me

Response

OK

applicationstring
emailstring
first_namestring
group_idstring
individual_idstring
last_namestring
statusstring

Changes

Changed in 2 of the 25 revisions of this API.3

    • added the optional property / to the response with the status

      response-optional-property-added

    • the response's property pattern was changed from ^grp_[0-9a-hjkmnp-tv-z]{26}$ to ^grp_[0-7][0-9a-hjkmnp-tv-z]{25}$ for the status

      response-property-pattern-changed

    • the response's property pattern was changed from ^ind_[0-9a-hjkmnp-tv-z]{26}$ to ^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$ for the status

      response-property-pattern-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog