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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;data&quot;:{&quot;id&quot;:&quot;5KBTR1&quot;,&quot;type&quot;:&quot;other_identity&quot;,&quot;attributes&quot;:{&quot;uid&quot;:&quot;12345&quot;,&quot;email&quot;:&quot;josh@orbit.love&quot;,&quot;username&quot;:&quot;dzello1&quot;,&quot;name&quot;:&quot;Josh&quot;,&quot;source&quot;:&quot;twitch&quot;,&quot;source_host&quot;:&quot;twitch.tv&quot;}}}