Page: organization_user_record
v.7 by Vyacheslav Metelkin
2019-11-21 11:11
2019-11-21 11:11
Chat Organization User record
Is returned in may chat API objects. The own record has more fields as most user information is not disclosed to others.
{
"organizations_user": {
"id": 25,
"organization_id": 12,
"user_id":365,
"role":"admin",
"user": <user_record>,
"organization": <organization_record>
}
Role valid values are admin
and ro
.
See user_record and organization_record, for more informations about user and organization.