v3

latestOpenAPI 3.0.12026-07-31240345599.7 KB
Contacts

Create contact

Creates a new contact for a user.

post/api/{cloudId}/v1/users/contacts

Request body

method'email' | 'sms' | 'voice' required

The method of the contact.

tostring required

The contact address.

Example request

{
  "method": "email",
  "to": "test@atlassian.com"
}

Response

Returned if the request is successful.

messagestring