Skip to main content
POST
/
sessions
/
attach-roles
Attach roles to session
curl --request POST \
  --url https://auth.platform.arb.inc/sessions/attach-roles \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "totpPasscode": "123456"
}
'

Authorizations

Authorization
string
header
required

access token

Body

application/json
totpPasscode
string
required

Time-based one-time password for verification

Example:

"123456"

Response

Session roles successfully enabled