- Social
- Comments
- Posts
- Reactions
- Story Groups
- Stories
- Social Views
- Social Collections
- Saved Posts
- Hidden Socials
- Calendar
- Calendars
- Events
- Event Rooms
- Authentication
- Global
- Profile
- Organizations
- Search Brand Fetch Brands
- Verify Organization
- Remove a Site
- Create a Site
- Invite Organization Branch
- Retrieve All Branches
- Accept Branch Invitation
- Decline Branch Invitation
- Retrieve All Organization Collaborators
- Retrieve All Organizations
- Search Organizations
- Retrieve an Organization
- Update an Organization
- Delete an Organization
- Create an Organization
- Search Brands
- Retrieve All Social Links
- Members
- Retrieve All Members
- Search Members
- Create a Member
- Invite Organization Members
- Delete Invitation
- Update a Member
- Retrieve a Member
- Delete a Member
- Delete Multiple Members
- Accept Organization Invitation
- Decline Organization Invitation
- Check Member Existence
- Retrieve Invitation Link
- Retrieve Invitation Object
- Retrieve Non-Paginated Organization Members
- Retrieve All Resources of an Organization
- Update Member Resource Roles-V1
- Update Member Resource Roles-V2
- Followers
- Groups
- Profiles
- Experiences
- Group Members
- Profile Search History
- Alumni
- Favorites
- Retrieve an Invitation linkGET
- Notification
- Storage
- Space
- Folders
- Space Members
- Check Member Existence
- Retrieve All Members
- Search Members
- Search Potential Members
- Add a Member
- Invite Members
- Retrieve an Invitation Link
- Accept an Invitation
- Decline an Invitation
- Update a Member
- Assign License
- Assign License to an Organization Group
- Remove a License
- Search License-Assigned Members and Groups
- Remove a Member
- Delete an Invitation
- Leave a Space
- Spaces
- Health
- Course
- Course Versions
- Completions
- Certificates
- Courses
- Retrieve All Courses
- Publish a Course
- Delete a Course
- Retrieve a Course
- Create a Course
- Update a Course
- Search a Course
- Delete All Course
- Review a Course
- Start a Course
- Create a Cycle
- Delete a Cycle
- Clone a Course
- Update Cycles
- Retrieve All Courses With Published Verifying Status
- Search Courses With Published Verifying Status
- Retrieve All Languages Course Count
- Retrieve All Skills Course Count
- Update a Course Certificate
- Create a Coupon
- Update a Coupon
- Delete a Coupon
- Update Version
- Compare Latest Course
- Categories
- Course Members
- Chapters
- Lectures
- Subjects
- Webhook
- Analytics
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
role
enum<string>Â
required
Allowed values:
group-ownergroup-admingroup-member
Examples
Responses
🟢200Success
application/json
Body
id
stringÂ
optional
Example:
670775694daebf393b266ea1
groupId
stringÂ
optional
Example:
670775694daebf393b266ea1
createdAt
string <date>
optional
updatedAt
string <date>
optional
profile
object (populatedProfile.rto)Â
optional
id
stringÂ
optional
Example:
670775694daebf393b266ea1
username
stringÂ
optional
firstName
stringÂ
optional
lastName
stringÂ
optional
picture
string  | nullÂ
optional
email
string <email> | nullÂ
optional
type
enum<string>Â
optional
Allowed values:
userteacher
address
object  | nullÂ
optional
lastActivity
stringÂ
optional
online
booleanÂ
optional
🟠401Unauthorized
🟠403Forbidden
Modified at 2025-04-09 13:33:05