cURL
curl --request PUT \ --url https://aodocs.altirnao.com/api/domain/v1beta1/licensedUsers/batchAllocate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "emails": [ "<string>" ], "kind": "<string>" } '
{ "details": {}, "kind": "<string>", "success": 123, "total": 123 }
Pre-allocates licenses to user
The access token received from the authorization server in the OAuth 2.0 flow.
The domain
The security code
A ApiLicenseAllocationResult response
Show child attributes