# Organisation Endpoints that handle organisation-related operations, such as creation, management, and user assignments. ## Creates a user and adds them to an organisation - [POST /organisations/users/](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/organisation/paths/~1organisations~1users~1/post.md): Creates a user and adds them to an organisation ## List users of an organisation - [GET /organisations/users](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/organisation/paths/~1organisations~1users/get.md): List users of an organisation ## Retrieves organisation user with associated teams. - [GET /organisations/{organisationUserId}](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/organisation/paths/~1organisations~1%7Borganisationuserid%7D/get.md): Retrieves organisation user with associated teams. ## Updates details of an organisation user - [PUT /organisations/users/{organisationUserId}](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/organisation/paths/~1organisations~1users~1%7Borganisationuserid%7D/put.md): Updates details of an organisation user ## Remove a user from an organisation and delete the - [DELETE /organisations/users/{organisationUserId}](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/organisation/paths/~1organisations~1users~1%7Borganisationuserid%7D/delete.md): Remove a user from an organisation and delete the user