Add identities to a group

POST {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/groups/:groupId/identities/add

Add an identity. Refer to your business plan for the maximum number of identities that can be created.

Request Body

{"userIds"=>["{{userId}}", "{{userId2}}"]}

RESPONSES

status: Created

{"id":"f7ab6fea-d402-4fce-b75d-0c7275b8fe55","name":"l5","identities":[{"userId":"1612998","firstName":"John","lastName":"Smith","email":"john.smith@japancv.co.jp"},{"userId":"1612999","firstName":"Jennifer","lastName":"Williams","email":"jennifer.williams@japancv.co.jp"}],"createdAt":"2022-07-04T00:00:00Z","updatedAt":"2022-07-07T00:00:00Z"}