bitmovin_api_sdk.account.organizations.groups package

Subpackages

Submodules

bitmovin_api_sdk.account.organizations.groups.groups_api module

class bitmovin_api_sdk.account.organizations.groups.groups_api.GroupsApi(**kwargs)[source]

Bases: BaseApi

create(organization_id: string_types, group: Group, **kwargs: dict) Group[source]

Add Group

Parameters
  • organization_id (string_types, required) – Id of the organization

  • group (Group, required) – Tenant Group details

Returns

Tenatn Group details

Return type

Group

delete(organization_id: string_types, group_id: string_types, **kwargs: dict) BitmovinResponse[source]

Delete Group

Parameters
  • organization_id (string_types, required) – Id of the organization

  • group_id (string_types, required) – Id of the group

Returns

Id of the group

Return type

BitmovinResponse

get(organization_id: string_types, group_id: string_types, **kwargs: dict) Group[source]

Group Details

Parameters
  • organization_id (string_types, required) – Id of the organization

  • group_id (string_types, required) – Id of the group.

Returns

Encoding transer details

Return type

Group

list(organization_id: string_types, **kwargs: dict) Group[source]

List Groups

Parameters

organization_id (string_types, required) – Id of the organization

Returns

Service specific result

Return type

Group

Module contents