Skip to content
  • Auto
  • Light
  • Dark
Get Started

Add Manual User

Add Manually Managed Members
post/api/v1/apps/{app_id}/entitlements/{app_entitlement_id}/add-manual-user

Invokes the c1.api.app.v1.AppEntitlements.AddManuallyManagedMembers method.

Path Parameters
app_idstring

The appId field.

app_entitlement_idstring

The appEntitlementId field.

Body Parameters
userIdsarray of string
optional

The userIds field.

Returns
failedUsersErrorMapmap
optional

The failedUsersErrorMap field.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$APP_ID/entitlements/$APP_ENTITLEMENT_ID/add-manual-user \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{
  "failedUsersErrorMap": {
    "foo": "string"
  }
}