이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 19. Domains
19.1. Domain Elements 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The API provides the ability to access user and group information from the organization's directory service using the
domains
collection. Domain information is referenced with the rel="domains"
link.
Element | Type | Description |
---|---|---|
name | string | The domain name. |
link rel="users" | relationship | A link to the sub-collection for users associated with this domain. |
link rel="groups" | relationship | A link to the sub-collection for groups associated with this domain. |
The links to
users
and groups
sub-collections also accept search queries.
Note
The
domains
collection and its sub-collections are read-only.