Join a group API
⚡ API Reference: Join a group
The method accepts User Access only.
Before you start, make sure you read the article High level architecture concept
As you can see, each application can have multiple user groups. This method allows users to join their User Groups by adding the InviteCode
, that you can find in DataHub
curl --request POST \
--url https://user.telematicssdk.com/v1/Management/users/instances/change/{invitecode} \
--header 'Accept: application/json' \
--header 'Authorization: Bearer '
Updated almost 3 years ago