Web Services API | Groups Web services | Get commonId of a group
Obtains the commonId of a group (always synchronously).
-
Url: /integration/ws/management/rest/v1/groups/<externalId>/commonid
-
Method: GET
-
Headers:
-
Accept: version/format header
-
X-Cloud-Auth-Token*: authorization header
-
Responses:
-
200: OK. Content:
-
status: generic status
-
location: generic location of the resultant resource, if any
-
message: generic success or error message, if any
-
responsePlatforms: response for every platform it concerns. Each one with the content:
-
status: status in the platform
-
location: location of the resultant resource in the platform, if any
-
message: success or error message in the platform, if any
-
Url example by user id: http://netex.dev.learningcloud.me/integration/ws/management/rest/v1/groups/group1/commonid
- Response example:
-
Get commonid of the user{
"commonId": "d42690acb8e44ad79d6699afd455638e",
"externalId": "group1"
}