Update Group Member
Developing
PATCH
/organizations/{organizationId}/groups/{groupId}/members
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.aladia.io/v2/organizations/6660c7e81f0e3b1cf2c7d687/groups/6660c7e81f0e3b1cf2c7d687/members' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "group-owner"
}'
Response Response Example
200 - Success
{
"id": "6660c7e81f0e3b1cf2c7d687",
"groupId": "6660c7e81f0e3b1cf2c7d687",
"profile": {
"id": "670775694daebf393b266ea1",
"username": "Ariel71",
"firstName": "Deborah",
"lastName": "Franey",
"picture": "https://loremflickr.com/640/480/transport",
"email": "Freddie.Paucek@yahoo.com",
"totalFollowers": -12181902.074626729,
"totalFollowing": -18359036.46053198,
"type": "teacher",
"online": true
},
"role": "group-admin",
"status": "inactive",
"inviter": {
"id": "6660c7e81f0e3b1cf2c7d687",
"type": "profile"
},
"invitedAt": "1989-05-31",
"createdAt": "1980-09-30",
"updatedAt": "2012-07-14"
}
Request
Path Params
organizationId
stringÂ
required
Example:
6660c7e81f0e3b1cf2c7d687
groupId
stringÂ
required
Example:
6660c7e81f0e3b1cf2c7d687
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params application/json
Responses
Modified at 2025-04-09 13:33:05