Skip to content

POST /a/auth/token/personal

Generate a personal access token

Body Parameters

Name Description Type Required
AutoRefresh integer
ExpiresAt string
Label string
Scopes array
UserLogin string

Body Example

1
2
3
4
5
6
7
8
9
{
  "AutoRefresh": 10,
  "ExpiresAt": "string",
  "Label": "string",
  "Scopes": [
    "string"
  ],
  "UserLogin": "string"
}

Response Example (200)

Response Type /definitions/entPersonalAccessTokenResponse

1
2
3
{
  "AccessToken": "string"
}

Auto generated by Pydio Cells Enterprise Distribution v4.4.13 on 7-May-2025