This document is generated by Aladia.
spaceId
: Space Id to which the user is to be addedprofileId
: Id from the user profile that's being added as a memberrole
inside the space, which can be space-member
, space-supervisor
and space-coordinator
.curl --location --request PATCH 'https://api.aladia.io/v2/spaces/6617c00ed3179eccf598d5fd/members/' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "space-member"
}'
{
"updated": true
}