Readonly
defaultsReadonly
ltsStatic
ltsOptional
parameters: { user_identity_id: string }Optional
parameters: {Optional
created_before?: DateTimestamp by which to limit returned unmanaged user identities. Returns user identities created before this timestamp.
Optional
limit?: numberMaximum number of records to return per page.
Optional
page_cursor?: null | stringIdentifies the specific page of results to return, obtained from the previous page's next_page_cursor
.
Optional
search?: stringString for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using full_name
, phone_number
, email_address
or user_identity_id
.
Optional
parameters: { is_managed: true; user_identity_id: string; user_identity_key?: string }Must be set to true to convert the unmanaged user identity to managed.
ID of the unmanaged user identity that you want to update.
Optional
user_identity_key?: stringUnique key for the user identity. If not provided, the existing key will be preserved.
Static
fromStatic
fromStatic
fromStatic
fromStatic
fromStatic
from
ID of the unmanaged user identity that you want to get.