CurrentIdentity
The current identity that makes the API request.
Syntax
json
{
"root": {},
"user": {
"id": "string",
"username": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"displayName": "string",
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
},
"serviceAccount": {
"id": "string",
"username": "string",
"description": "string",
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
}
Type Definition
- Type
object
- Properties
root
optionalThe API request is made using a root key.
- Type
object
- Type