Add Batch Linked Users
Request body
Example request
{
"linked_user_origin_ids": [
"id_1"
],
"alias": "acme"
}Response
Example response
[
{
"id_linked_user": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"linked_user_origin_id": "id_1",
"alias": "acme",
"id_project": "801f9ede-c698-4e66-a7fc-48d19eebaa4f"
}
]Changes
Changed in 4 of the 18 revisions of this API.15
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the request property
aliasbecame nullablerequest-property-became-nullable
- ○
the request property
linked_user_origin_idsbecame nullablerequest-property-became-nullable
- ○
added the media type
application/jsonfor the response with the status201response-media-type-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○