Skip to main content
PUT
/
domain
/
v1beta1
/
licensedUsers
/
{userId}
cURL
curl --request PUT \
  --url https://aodocs.altirnao.com/api/domain/v1beta1/licensedUsers/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "archived": true,
  "email": "<string>",
  "kind": "<string>",
  "lastActivity": "2023-11-07T05:31:56Z",
  "lastEdit": "2023-11-07T05:31:56Z",
  "lastLogin": "2023-11-07T05:31:56Z",
  "lastView": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "orgUnitPath": "<string>",
  "overDomainLimit": true,
  "revokeCooldownDate": "2023-11-07T05:31:56Z",
  "suspended": true,
  "thumbnailPictureUrl": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

userId
string
required

The email of the user

Query Parameters

domain
string

The domain

securityCode
string

The security code

Response

200 - application/json

A ApiLicensedUser response

archived
boolean
email
string
kind
string
lastActivity
string<date-time>
lastEdit
string<date-time>
lastLogin
string<date-time>
lastView
string<date-time>
name
string
orgUnitPath
string
overDomainLimit
boolean
revokeCooldownDate
string<date-time>
suspended
boolean
thumbnailPictureUrl
string