Create
DescriptionCreates a new entitlement record, belonging to the specified org. If org is not provided, it will use the org from the authentication context.
Request
URLURL
Request Body
{}
List of PoolIds
Time when the entitlement was created
Entitlement ID
Location that is mapped with Org Id
Entitlement name
Org ID that owns this entitlement
Entitlement description
List of entitled user groups - requires group ID returned from IAM
Time when the entitlement was updated
List of entitled users - requires user ID returned from IAM
Authentication
Response
Response BodyResponse Body
201 Created
{
"description": "Entitlement description",
"groupIds": [
"group-id-1",
"group-id-2"
],
"id": "ent-id-12345",
"location": "US",
"name": "dev's entitlement",
"orgId": "0123456789",
"userIds": [
"user-id-1",
"user-id-2"
]
}
List of PoolIds
Time when the entitlement was created
Entitlement ID
Location that is mapped with Org Id
Entitlement name
Org ID that owns this entitlement
Entitlement description
List of entitled user groups - requires group ID returned from IAM
Time when the entitlement was updated
List of entitled users - requires user ID returned from IAM
Errors
Bad Request
Unauthorized
Forbidden
Precondition Failed
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: entitlement