Examples

POST /api/users/988725684/personal_access_tokens
{
  "name": "foreman@example.com",
  "expires_at": "2019-10-09T14:33:21Z",
  "personal_access_token": {
    "name": "foreman@example.com",
    "expires_at": "2019-10-09T14:33:21Z"
  }
}
201
{
  "token_value": "u33WWClcBW1BsqsjhF7lQQ",
  "created_at": "2019-09-11 14:33:21 UTC",
  "updated_at": "2019-09-11 14:33:21 UTC",
  "id": 5,
  "name": "foreman@example.com",
  "expires_at": "2019-10-09 14:33:21 UTC",
  "active?": true,
  "user_id": 988725684,
  "last_used_at": null
}

Params

Param name Description
location_id
optional

Scope by locations

Validations:

  • Must be a Integer

organization_id
optional

Scope by organizations

Validations:

  • Must be a Integer

user_id
required

ID of the user

Validations:

  • Must be a String

personal_access_token
required

Validations:

  • Must be a Hash

personal_access_token[name]
required

Validations:

  • Must be a String

personal_access_token[expires_at]
optional , nil allowed

Expiry Date

Validations:

  • Must be a DateTime