A valid request URL is required to generate request examples{
"user": {
"userId": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"emailAddress": "<string>",
"userName": "<string>"
},
"createdOn": "2023-11-07T05:31:56Z",
"jwtAccessToken": "<string>",
"accessToken": "<string>",
"accessTokenExpiration": "2023-11-07T05:31:56Z",
"refreshToken": "<string>",
"refreshTokenExpiration": "2023-11-07T05:31:56Z",
"account": {
"id": 123,
"name": "<string>"
},
"availableAccounts": [
{
"id": 123,
"name": "<string>"
}
],
"grantedBehaviors": [
123
]
}Authenticates a user for a particular tenant given a set of user credentials adn a tenantId.
A valid request URL is required to generate request examples{
"user": {
"userId": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"emailAddress": "<string>",
"userName": "<string>"
},
"createdOn": "2023-11-07T05:31:56Z",
"jwtAccessToken": "<string>",
"accessToken": "<string>",
"accessTokenExpiration": "2023-11-07T05:31:56Z",
"refreshToken": "<string>",
"refreshTokenExpiration": "2023-11-07T05:31:56Z",
"account": {
"id": 123,
"name": "<string>"
},
"availableAccounts": [
{
"id": 123,
"name": "<string>"
}
],
"grantedBehaviors": [
123
]
}JWT Authorization header using the Bearer scheme.
The users developer account Id
limits which fields are returned in the response body
User's email address and password.
Success
Show child attributes
Show child attributes
Show child attributes