GET/Users
ユーザーリストを取得する。
| Parameter | Type | Description |
|---|---|---|
| startIndex | integer | Offset default : 1 minLength : 1 minimum : 1 format : int32 |
| count | integer | 取得数 default : 100 minLength : 0 maxLength : 100 minimum : 0 maximum : 100 format : int32 |
| filter | string | フィルター example : userName eq "user@test.com" |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| schemas | array (string) | Schema URL |
| totalResults | integer | 総件数 |
| startIndex | integer | Offset |
| itemsPerPage | integer | ページあたりの件数 |
| Resources | array (ScimUserResponse) | ユーザー情報 |
| Property | Type | Description |
|---|---|---|
| schemas | array (string) | Schema URL required |
| id | string | ユーザー ID readOnly : true |
| externalId | string | SCIM クライアントで管理する ID maxLength : 100 |
| userName | string | アカウント。メールアドレスと同じ。
required maxLength : 90 |
| name | object (name) | required |
| displayName | string | 表示名 readOnly : true |
| nickName | string | ニックネーム
maxLength : 100 |
| preferredLanguage | string | 言語コード Allowed values : ja-JP, ko-KR, en-US, zh-CN, zh-TW |
| timezone | string | default : ドメインで指定されたタイムゾーン |
| active | boolean | 有効化状態
default : true |
| emails | array (ScimUserEmail) | メール情報 |
| phoneNumbers | array (ScimUserPhoneNumber) | 電話番号 |
| ims | array (ScimUserInstantMessage) | メッセンジャー情報 |
| urn:ietf:params:scim:schemas:extension:works:2.0:User | object (urn:ietf:params:scim:schemas:extension:works:2.0:User) | |
| meta | object (meta) |
| Property | Type | Description |
|---|---|---|
| familyName | stringnull | 姓
maxLength : 80 |
| givenName | stringnull | 名
maxLength : 80 |
| Property | Type | Description |
|---|---|---|
| type | string | メールアドレスのタイプ
required Allowed values : alias, other |
| primary | boolean | プライマリ default : false |
| value | string | メールアドレス
required |
| Property | Type | Description |
|---|---|---|
| type | string | 電話番号タイプ
required Allowed values : work, mobile |
| primary | boolean | プライマリ default : false |
| value | string | 電話番号 required maxLength : 100 pattern : ^(?=.*[0-9])[0-9+\-*#PTpt()\u3000]{0,100} |
| Property | Type | Description |
|---|---|---|
| type | string | メッセンジャータイプ required Allowed values : work |
| primary | boolean | プライマリ default : false |
| value | string | SNS ID required minLength : 1 maxLength : 100 |
| Property | Type | Description |
|---|---|---|
| userExternalKey | stringnull | ユーザー Externalkey maxLength : 100 |
| Property | Type | Description |
|---|---|---|
| resourceType | string | リソースタイプ Allowed values : USER, GROUP |
| created | string | 作成日時 |
| lastModified | string | 最終更新日時 |
| location | string | リソース URI |
Bad Request