Create Group

POST {{baseUrl}}/rest/api/3/group

Creates a group.

Permissions required: Site administration (that is, member of the site-admin group).

Request Body

{"name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;name&quot;:&quot;power-users&quot;,&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/group?groupname=power-users&quot;,&quot;users&quot;:{&quot;size&quot;:1,&quot;items&quot;:[{&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g&quot;,&quot;accountId&quot;:&quot;5b10a2844c20165700ede21g&quot;,&quot;displayName&quot;:&quot;Mia Krystof&quot;,&quot;active&quot;:false}],&quot;max-results&quot;:50,&quot;start-index&quot;:0,&quot;end-index&quot;:0},&quot;expand&quot;:&quot;users&quot;}