Entity Authentication Token
Last updated
Last updated
Get the authentication token for a user in a specific entity.
/entities/{entityId}/users/{userId}/authentication-token
The ID of the entity.
The ID of the user.
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
Create an authentication token for a user in a specific entity.
/entities/{entityId}/users/{userId}/authentication-token
The ID of the entity.
The ID of the user.
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
Delete the authentication token for a user in a specific entity.
/entities/{entityId}/users/{userId}/authentication-token
The ID of the entity.
The ID of the user.
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
Update the authentication token for a user in a specific entity.
/entities/{entityId}/users/{userId}/authentication-token
The ID of the entity.
The ID of the user.
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
The new expiry date for the token.
Refresh the authentication token for a user in a specific entity.
/entities/{entityId}/users/{userId}/authentication-token/refresh
The ID of the entity.
The ID of the user.
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
The current authentication token to refresh.