The requested attribute key.
Optionaleveryone?: boolean(optional) Indicates if attributes associated with the "Everyone" group or the currently authenticated user is returned. The default value is false.
The requested repository ID.
Successfully returned the specified attribute for the authenticated user.
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optionaleveryone?: boolean(optional) Indicates if attributes associated with the "Everyone" group or the currently authenticated user is returned. The default value is false.
Optionalorderby?: null | string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optionalprefer?: null | string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
Optionalskip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optionaltop?: number(optional) Limits the number of items returned from a collection. The maximum value is 150.
Successfully returned the list of trustee attribute key value pairs for the authenticated user.
It will continue to make the same call to get a list of attributes key value pairs of a fixed size (i.e. maxpagesize) until it reaches the last page (i.e. when next link is null/undefined) or whenever the callback function returns false.
async callback function that will accept the current page results and return a boolean value to either continue or stop paging.
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optionaleveryone?: boolean(optional) Boolean value that indicates whether to return attributes key value pairs associated with everyone or the currently authenticated user.
OptionalmaxPageSize?: number(optional) the maximum page size or number of attributes key value pairs allowed per API response schema
Optionalorderby?: string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
The requested repository ID.
Optionalselect?: string(optional) Limits the properties returned in the result.
Optionalskip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optionaltop?: number(optional) Limits the number of items returned from a collection.
Returns the attribute key value pairs using a next link
OptionalmaxPageSize?: number(optional) the maximum page size or number of attribute keys allowed per API response schema
a url that allows retrieving the next subset of the requested collection
A collection of attributes associated with the authenticated user.