Contacts
Create contact
Creates a new contact for a user.
post/api/{cloudId}/v1/users/contacts
Request body
Example request
{
"method": "email",
"to": "test@atlassian.com"
}Response
Returned if the request is successful.
Creates a new contact for a user.
{
"method": "email",
"to": "test@atlassian.com"
}Returned if the request is successful.