Update an access group

patch

/crmRestApi/resources/11.13.18.05/accessGroups/{AccessGroupNumber}

Request

Path Parameters
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Access Group Members
Type: array
Title: Access Group Members
The access group members resource is used to view, create, and delete members of a group. Group members are resources that are part of the group.
Show Source
Nested Schema : accessGroups-AccessGroupMembers-item-patch-request
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : accessGroups-item-response
Type: object
Show Source
Nested Schema : Access Group Members
Type: array
Title: Access Group Members
The access group members resource is used to view, create, and delete members of a group. Group members are resources that are part of the group.
Show Source
Nested Schema : accessGroups-AccessGroupMembers-item-response
Type: object
Show Source
  • Title: Access Group ID
    The unique identifier of the access group.
  • Title: Access Group Member ID
    The unique identifier of the access group member.
  • Title: Group Number
    Read Only: true
    Maximum Length: 4000
    The alternate key identifier of the access group to which the access group member belongs.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the access group member.
  • Title: Creation Date
    Read Only: true
    The date when the access group member was created.
  • Title: E-Mail
    Read Only: true
    Maximum Length: 320
    The email address of the access group member.
  • Title: Phone
    Read Only: true
    The phone number of the resource associated with the access group member.
  • Title: Last Update Date
    Read Only: true
    The date when the access group member was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the access group member.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login details of the user who last updated the access group member.
  • Links
  • Title: Member Type
    Maximum Length: 1
    Default Value: true
    Indicates whether a member has been added to the group manually.
  • Title: Group Name
    Read Only: true
    Maximum Length: 4000
    The name of the access group to which the access group member belongs.
  • Title: Party ID
    The unique identifier of the access group member.
  • Title: Resource Name
    Read Only: true
    Maximum Length: 255
    The name of the access group member.
  • Title: Resource Registry ID
    Read Only: true
    Maximum Length: 30
    The alternate key identifier for the resource.
  • Title: Resource Role
    Read Only: true
    The role of the resource associated with the access group member.
  • Title: Type Code
    Maximum Length: 30
    Default Value: ORA_ZCA_CUSTOM
    The code indicating the parent access group type of the access group member.
Back to Top