Find User REST Resource by DN
get
/rest/v1/admin/{dn}
Returns an User REST Resource by DN
Request
Supported Media Types
- application/json
Path Parameters
-
dn: string
LDAP DN of the entry to be fetched.
Query Parameters
- attributes: array
- controls: array
-
filter: string
Search filter for the LDAP search operation. Should follow LDAP search filter syntax.
-
scope: string
Scope for the LDAP search operation.Allowed Values:
[ "base", "sub", "one" ]
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : User REST Resource GetSuccessResponse
Type:
Show Source
object-
msgType:
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchResponseThe REST message type -
searchResultEntries:
array searchResultEntries
Number of search result entries returned after the LDAP operation.
-
totalResults:
integer(int32)
Specifies the number of entries created, and returned.
Nested Schema : searchResultEntries
Type:
arrayNumber of search result entries returned after the LDAP operation.
Show Source
Nested Schema : User REST Resource SearchResultEntry
Type:
Show Source
object-
attributes:
object User REST Resource Properties
-
dn:
string
LDAP DN of the entry to be created
Nested Schema : User REST Resource Properties
Type:
Show Source
object-
cn(optional):
string
CN (common name) of the entry
-
ds-cfg-core-schema-urn:
string
The core resource's schema which.
-
ds-cfg-enabled:
boolean
Indicates whether the REST Resource is enabled.
-
ds-cfg-java-class:
string
Default Value:
com.oracle.scim.resources.users.UserResourceSpecifies the fully-qualified name of the Java class that provides the User REST Resource implementation. -
ds-cfg-resource-add-template-basedn:
string
Specifies the base-dn where the resource type will be added.
-
ds-cfg-resource-add-template-rdn-attr-type:
string
Default Value:
uidSpecifies the rdn attribute type that will be used while adding a resource type. -
ds-cfg-resource-attr-map(optional):
array ds-cfg-resource-attr-map
TODO
-
ds-cfg-resource-containers(optional):
array ds-cfg-resource-containers
Specifies one or more alternate DNs that can be used to bind to the server as this root user.
-
ds-cfg-resource-def-filter(optional):
string
Default Value:
objectclass=inetorgpersonTODO -
ds-cfg-resource-end-point:
string
Default Value:
/UsersSpecifies the REST resource end point URL. -
ds-cfg-resource-id-attr(optional):
string
Default Value:
entryUUIDSpecifies the id attribute of the resource. -
ds-cfg-resource-name:
string
Default Value:
UserSpecifies the REST resource name. -
ds-cfg-rest-ldap-objectclasses(optional):
array ds-cfg-rest-ldap-objectclasses
TODO
-
objectclass:
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : ds-cfg-resource-containers
Type:
arraySpecifies one or more alternate DNs that can be used to bind to the server as this root user.
Show Source
Nested Schema : ds-cfg-rest-ldap-objectclasses
Type:
arrayTODO
Default Value:
Show Source
[
"inetorgperson"
]406 Response
Not Acceptable
Root Schema : ErrorResponse
Type:
Show Source
object-
ldapErrorCode(optional):
integer(int32)
Specifies the LDAP error code returned for the operation.
-
message:
string
Error message returned returned for the operation.
-
msgType:
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ErrorResponseThe REST message type