Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/users \
--header 'Authorization: Bearer <token>'{
"isAllowUpdateDisplayName": true,
"fallbackRole": {
"enabled": false,
"roleIds": [
"<string>"
]
}
}Get users configuration.
curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/users \
--header 'Authorization: Bearer <token>'{
"isAllowUpdateDisplayName": true,
"fallbackRole": {
"enabled": false,
"roleIds": [
"<string>"
]
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.