Users (iam/v2)
Read a User
Make a request to read a user.
get/iam/v2/users/{id}
Path parameters
idstring required
The unique identifier for the user.
Response
User.
Example response
{
"id": "dlz-f3a90de",
"metadata": {
"self": "https://api.confluent.cloud/iam/v2/users/u-12345",
"resource_name": "crn://confluent.cloud/user=u-12345",
"created_at": "2006-01-02T15:04:05-07:00",
"updated_at": "2006-01-02T15:04:05-07:00",
"deleted_at": "2006-01-02T15:04:05-07:00"
},
"email": "marty.mcfly@example.com",
"full_name": "Marty McFly",
"auth_type": "AUTH_TYPE_SSO"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.