View Source ExOpenAI.Components.PublicAssignOrganizationGroupRoleBody (ex_openai.ex v2.0.0-beta2)

Request payload for assigning a role to a group or user.

Fields

  • :role_id - required - String.t()
    Identifier of the role to assign.

Summary

Types

@type t() :: %ExOpenAI.Components.PublicAssignOrganizationGroupRoleBody{
  role_id: String.t()
}