Read User
GET
/user/{**user_guid** or **external_user_guid**}?k={**api_key**}&c={**client_guid** or **external_client_guid**}
Read a single user instance based on user_guid or external_user_guid.
warning
Do not attempt to parse the master_widget_url or any other URL provided in current or future SSO API response bodies. They are intended to be used as they are returned in the response. Their contents can change at any time.
Request Information
- URL:
/user/{**user_guid** or **external_user_guid**}?k={**api_key**}&c={**client_guid** or **external_client_guid**} - Request Type:
GET - Required Parameters: None
Request sample
Language:text