Retrieve a user in a realm
GET/user/:realm/:userId
Retrieve a user in a realm
Request
Path Parameters
realm stringrequired
userId stringrequired
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
realm string
realmId string
id string
firstName string
lastName string
email string
enabled boolean
createdOn date-time
secret string
attributes
object
property name*
string[]
string
serviceAccount boolean
username string
Possible values: >= 3 characters
and <= 255 characters
, Value must match regular expression [A-Za-z0-9\-_@.]+
{
"realm": "string",
"realmId": "string",
"id": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"enabled": true,
"createdOn": "2024-07-29T15:51:28.071Z",
"secret": "string",
"attributes": {},
"serviceAccount": true,
"username": "string"
}
Loading...