Add a member to an organization.
Requires org:write permission.
Automatically creates an organization-specific API key for the new member.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
curl --request POST \
--url 'https://api.unify.ai/v0/organizations/<organization_id>/members' \
--header "Authorization: Bearer $UNIFY_KEY"
--header 'Content-Type: application/json' \
--data '{}'