Returns the permissions of the currently logged-in user.

<Check title="Required Permissions">Any authenticated user.</Check>

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