Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 9.06 KB

File metadata and controls

14 lines (11 loc) · 9.06 KB

IamGetUserRequest

Fields

Field Type Required Description Example
xAccountId String ✔️ The account identifier
id String ✔️ N/A
raw JsonNullable<Boolean> Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
proxy Map<String, Object> Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
fields JsonNullable<String> The comma separated list of fields that will be returned in the response (if empty, all fields are returned) id,remote_id,first_name,last_name,name,primary_email_address,username,roles,groups,status,avatar,is_bot_user,last_active_at,last_login_at,created_at,updated_at,multi_factor_enabled,unified_custom_fields
expand JsonNullable<String> The comma separated list of fields that will be expanded in the response roles,groups
prefer Optional<String> Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240) heartbeat