GET /api/usergroups
List all user groups.

Params

Param Name Description
page
Optional

paginate results


Value:

Must be String

per_page
Optional

number of entries per request


Value:

Must be String

search
Optional

filtrera resultat


Value:

Must be String

order
Optional

sort results


Value:

Must be String


GET /api/usergroups/:id
Show a user group.

Params

Param Name Description
id
Required

Value:

Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /api/usergroups
Create a user group.

Params

Param Name Description
usergroup
Required

Value:

Must be a Hash

usergroup[name]
Required

Value:

Must be String


PUT /api/usergroups/:id
Update a user group.

Params

Param Name Description
id
Required

Value:

Must be String

usergroup
Required

Value:

Must be a Hash

usergroup[name]
Optional

Value:

Must be String


DELETE /api/usergroups/:id
Delete a user group.

Params

Param Name Description
id
Required

Value:

Must be String