Download OpenAPI specification:Download
Welcome to the HumHub user module API reference.
page | string >= 0 The number of page of the result set. |
limit | string [ 1 .. 50 ] Default: 20 The numbers of items to return per page. |
Successful operation
User object to be added to the installation
account required | object (Account) |
profile required | object (Profile) |
password required | object (Password) |
Successful operation
id required | integer The id of user |
successful operation
Invalid user id supplied
User not found
id required | integer The id of user |
Updated user object
account | object (Account) |
profile | object (Profile) |
password | object (Password) |
successful operation, the updated user record
Invalid user supplied
User not found
page | string >= 0 The number of page of the result set. |
limit | string [ 1 .. 50 ] Default: 20 The numbers of items to return per page. |
Successful operation
The added Group object
name | string |
description | string |
show_at_directory | boolean |
show_at_registration | boolean |
space_id | integer |
sort_order | int |
Successful operation
id required | integer The id of group |
successful operation
Invalid group id supplied
Group not found
Lists all members of the given group id.
id required | integer The id of the group |
Successful operation
Not found
Adds new member to the given group
id required | integer The id of group |
userId required | integer The id of user |
isManager | boolean Default: false Is group manager |
Successful operation