Skip to content

API view to add organization user #142

@payamnj

Description

@payamnj

API view to add organization users

POST /organizations/<organization_id>/users

Payload:

{
  user_id: int,
  role: Enum (viewer|editor|admin)
}

accessible only for the admin roles of the organization.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions