Gets information of Departments that a User belongs to, and Job Title information related to the Department.
Method |
GET |
URL |
https://{subdomain}.kintone.com/v1/user/organizations.json |
Authentication |
Password Authentication |
Content-Type |
|
Permissions
All users other than Guest Users can use this API.
Request Parameters
Parameter |
Value |
Required |
Description |
code |
String |
Yes |
The User's code (log-in name). |
Sample Request
Response Parameters
Parameter |
Type |
Description |
organizationTitles |
Array |
A list of Departments that the user belongs to, as organizationTitle types. |
Sample Response