Get Group's Users
Gets information of Users that belong to a Group.
Method | GET |
---|---|
URL | https://{subdomain}.kintone.com/v1/group/users.json |
Authentication | Password Authentication , Session Authentication |
Content-Type | application/json (not needed if specifying the query with a query string) |
Permissions
All users other than Guest Users can use this API.
Request Parameters
Parameter | Value | Required | Description |
---|---|---|---|
code | String | Yes | The Group code. |
offset | Integer | Optional | The offset. If ignored, this value is 0. |
size | Integer | Optional | The maximum number of users to get from the Group. If ignored, this value is 100. |
Sample Request
|
|
XMLHttpRequest
|
|
Response Parameters
Parameter | Type | Description |
---|---|---|
users | Array | A list of Users and their Job titles that belong to the Group, as user types. For more information on user types, refer to the following link: user type |
Sample Response
|
|