Skip to main content
POST
Create Provider Group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The provider group name

Maximum string length: 255
Example:

"Acme Behavioral Health"

tin
string
required

The provider group's tax identification number

Required string length: 9
Pattern: ^\d{9}$
Example:

"123456789"

tinType
enum<string>
required

The type of TIN

Available options:
EIN,
SSN
Example:

"EIN"

Response

The created provider group

providerGroupId
string<uuid>
required

The Sohar ID for the provider group

Example:

"cb075a05-4510-456c-addb-fc2efdb74686"