Takes in an audience id/reference as well as a list of users/ permissions to replace the current audience managers.
To pass the authentication step you will need to provide the following:
Username is the Tenant ID (i.e. eu-west-2_AbcdEfghI) Password is the secret you would have received
Filter by audienceId or audience reference.
Child audience
[
{
"userId": "63f8c5361b9c80d3274be7ca",
"reference": "user123",
"email": "test@thrivelearning.com",
"permissions": {
"audienceManager": {
"manageContent": true,
"assignments": true
},
"peopleManager": {
"canViewLearnPage": true,
"insights": true,
"manage": true
}
}
}
]Structure/Parent audience
[
{
"userId": "63f8c5361b9c80d3274be7ca",
"reference": "user123",
"email": "test@thrivelearning.com",
"permissions": {
"administrator": {
"canAddAudienceManagers": true
},
"audienceManager": {
"manageContent": true,
"assignments": true
},
"peopleManager": {
"canViewLearnPage": true,
"insights": true,
"manage": true
}
}
}
]The audience manager object.
The user's email or reference in Thrive.
The permissions a child audience manager can be assigned.
The audience manager permissions set
Whether the user can share/unshare content for the audience via the UI.
Whether the user can create/ edit/ remove assignments for the audience via the UI.
The people manager permissions set
Whether the user can view the learn page of audience members.
Whether the user can view insights into how the audience is using content and search, along with whether the user can run compliance reports on assignments associated to audience members.
Whether the user can add/edit goals for audience members.
The structure/ parent audience manager object.
The user's email or reference in Thrive.
The permissions a structure/ parent audience manager can be assigned.
The audience manager permissions set
Whether the user can share/unshare content for the audience via the UI.
Whether the user can create/ edit/ remove assignments for the audience via the UI.
The people manager permissions set
Whether the user can view the learn page of audience members.
Whether the user can view insights into how the audience is using content and search, along with whether the user can run compliance reports on assignments associated to audience members.
Whether the user can add/edit goals for audience members.
The administrator permissions set - only available on structures/ parent audiences.
Whether the user can add or edit managers for child audiences - only available on structures/ parent audiences.
An object containing the count of successfully processed entities and an array of the entity identifiers.
A success response for adding members/managers.
An object describing the successfully proccessed entities
The number of entities that have been successfully processed
The reference for the entity.
An object containing the count of successfully/unsuccessfully processed entities and an array of the relevant entity identifiers.
A partial success response for adding members/managers.
An object describing the successfully proccessed entities
The number of entities that have been successfully processed
The reference for the entity.
An object describing the entities that have been unsuccessfully proccessed
The number of entities that have been unsuccessfully processed
The reason for the failure
The reference for the entity.
Bad Request
Bad Request
Unauthorized
Unauthorized
Forbidden
Forbidden
Not Found
Not found
Conflict
Conflict
Unprocessable Content
Unprocessable Content
Internal Server Error
Internal Server Error