Entity Authentication Token
Get the authentication token for a user in a specific entity.
The ID of the entity.
The ID of the user.
The API key for authentication
testThe Id of the user performing the request.
dummy-useridThe token for user authentication.
dummy-tokenSuccessful operation
Invalid request
Token not found
Server error
Create an authentication token for a user in a specific entity.
The ID of the entity.
The ID of the user.
The API key for authentication
testThe Id of the user performing the request.
dummy-useridThe token for user authentication.
dummy-tokenSuccessful operation
Invalid request
Server error
Delete the authentication token for a user in a specific entity.
The ID of the entity.
The ID of the user.
The API key for authentication
testThe Id of the user performing the request.
dummy-useridThe token for user authentication.
dummy-tokenSuccessful operation
Invalid request
Server error
Update the authentication token for a user in a specific entity.
The ID of the entity.
The ID of the user.
The API key for authentication
testThe Id of the user performing the request.
dummy-useridThe token for user authentication.
dummy-tokenThe new expiry date for the token.
Any new flags for the token.
Successful operation
Invalid request
Server error
Refresh the authentication token for a user in a specific entity.
The ID of the entity.
The ID of the user.
The API key for authentication
testThe Id of the user performing the request.
dummy-useridThe token for user authentication.
dummy-tokenThe current authentication token to refresh.
Successful operation
Invalid request
Server error
Last updated