Ariba Sourcing · JSON Structure

External Approval Api Group Member Structure

A member of an approval group.

Type: object Properties: 2
ApprovalsAuctionsB2BContractsProcurementRFxSAPSourcingSupplier ManagementSupply Chain

GroupMember is a JSON Structure definition published by Ariba Sourcing, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

userId name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ariba-sourcing/refs/heads/main/json-structure/external-approval-api-group-member-structure.json",
  "name": "GroupMember",
  "description": "A member of an approval group.",
  "type": "object",
  "properties": {
    "userId": {
      "type": "string",
      "description": "User identifier.",
      "example": "jsmith@example.com"
    },
    "name": {
      "type": "string",
      "description": "User display name.",
      "example": "Jane Smith"
    }
  }
}