HTTP Request
POST https://accounts.workfloplus.com/api/group
Authorization
Bearer Token
Policy Team_Admin
Headers
Key | Value |
---|---|
Authorization | Bearer {token} |
Request Body
JSON Representation
{
"name":"Group Name"
}
Response Body
JSON Representation
{
"id":"5e4a95c36abe6e0001f80592",
"name":"Group Name"
}