Application Programming Interface Guide > Web Services Operations > Operations Reference > getDomainTypeAttributeDefs
 
getDomainTypeAttributeDefs
Get the definitions of attributes that can be used for creating or updating domains of a given domain type. The valid list of domain types can be acquired using getDomainTypes.
Location
/services/webservices/system/admin/user/operations/
Request Element
domainType: The domain type name. Valid input values include LDAP, DYNAMIC, and COMPOSITE.
Response Elements
attributeDefs: List of attribute definitions. See Attribute Definitions Element.
Faults
IllegalArgument: If an invalid domain type name is provided.
NotFound: If the domain type does not exist.
Security: If the user does not have the ACCESS_TOOLS and READ_ALL_USERS rights.