Takes in an audience id/reference and returns its 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.
An array of audience managers.
Child audience
[
{
"userId": "63f8c5361b9c80d3274be7ca",
"reference": "user123",
"email": "test@thrivelearning.com",
"permissions": {
"audienceManager": {
"manageMembers": false,
"manageContent": true,
"assignments": true
},
"peopleManager": {
"canViewLearnPage": true,
"insights": true,
"manage": true
}
}
}
]Structure/ parent audience
[
{
"userId": "63f8c5361b9c80d3274be7ca",
"reference": "user123",
"email": "test@thrivelearning.com",
"permissions": {
"administrator": {
"canManageAudiences": false,
"canAddAudienceManagers": true
},
"audienceManager": {
"manageMembers": false,
"manageContent": true,
"assignments": true
},
"peopleManager": {
"canViewLearnPage": true,
"insights": true,
"manage": true
}
}
}
]The child audience manager object.
The user's id.
The user's reference.
The user's email.
The permissions a child audience manager has assigned.
The audience manager permissions set
Whether the user can add/remove members for the audience via the UI.
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 id.
The user's reference.
The user's email.
The permissions a structure/ parent audience manager has assigned.
The audience manager permissions set
Whether the user can add/remove members for the audience via the UI.
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 create/edit for child audiences - only available on structures/ parent audiences.
Whether the user can add or edit manages for child audiences - only available on structures/ parent audiences.
Unauthorized
Unauthorized
Forbidden
Forbidden
Not Found
Not found
Conflict
Conflict
Unprocessable Content
Unprocessable Content
Internal Server Error
Internal Server Error