Returns the permissions of the currently logged-in user.

Required Permissions
Any authenticated user.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
signaturestring or null
The signature of the user permissions. Can be verified with the HMACSHA1 algorithm and the secret.
userPermissionobject or null

Errors