Optionalattributes?: stringResource attributes to be included in response. Mutually exclusive from excludedAttributes. Example:
userName,emails.value
Optionalcount?: numberDesired maximum number of query results in the list response page.
The SCIM base URL that is generated when conecting an identity provider with SCIM provisioning.
OptionalexcludedAttributes?: stringResource attributes to be excluded from response. Mutually exclusive from attributes. Example:
timezone,emails.type,department
Optionalfilter?: stringFilter for userName or externalId. Example: userName eq "Atlassian"
OptionalstartIndex?: numberA 1-based index of the first query result.
Optionaloptions: RequestOptions
Get users from the specified directory. Filtering is supported with a single exact match (
eq) against theuserNameandexternalIdattributes.Note: While this API enables pagination, sorting functionality is not supported.