Add identity to a member
POST {{baseUrl}}/:workspace_slug/members/:member_slug/identities
Request Body
{"source"=>"<string>", "name"=>"<string>", "source_host"=>"<string>", "username"=>"<string>", "uid"=>"<string>", "email"=>"<string>", "url"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"id":"5KBTR1","type":"other_identity","attributes":{"uid":"12345","email":"josh@orbit.love","username":"dzello1","name":"Josh","source":"twitch","source_host":"twitch.tv"}}}