Nokku LogoNokku
Nokku LogoNokku

ListRoles

ListRoles

nokku.v1.UtilService
GET
https://app.nokku.sh/v1/roles

Authorization

  • BearerAuth (bearer)

    PASETO token authentication. Include the token in the Authorization header: `Authorization: Bearer <token>`

  • CookieAuth (apiKey in cookie)

    Cookie-based authentication (recommended for web applications). The session cookie is automatically sent by browsers after login.

Responses

200

Success

application/json

object
roles?
array<object>
object
name?
string
description?
string
permissions?
array<string>
assignableToUsers?
boolean
assignableToServiceAccounts?
boolean

Code Samples

Example Responses