Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"user_id": 7,
"role": "admin",
"can_approve": true,
"is_owner": true
}
Request Code Samples
curl --location 'https://app.onlysocial.io/os/api/panel/workspaces//users' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"user_id": 7,
"role": "admin",
"can_approve": true,
"is_owner": true
}'
Responses
This response does not have a body.
Modified at 2026-06-14 08:07:00