Skip to content

Get user permissions

GET
/api/auth/permissions

Get list of permissions for the currently authenticated user

Responses

200

Permissions retrieved successfully

User permissions response

object
permissions
required

List of permission names

Array<string>

401

Not authenticated

500

Internal server error