Individual endpoints
Individual schema:
#
Create individualPOST /api/v0/individuals
This action can be performed when authenticated as any user. Any user who creates an org will be automatically added as a member and administrator of that org.
#
Read individualGET /api/v0/individuals/individual-id
This action can be performed without authentication. Some attributes will be left out if authentication is not provided, or if the authenticated user doesn't have permission to view those attributes.
#
Update individualPUT /api/v0/individuals/individual-id
This action can only be performed when authenticated as an administrator.
#
Delete individualDELETE /api/v0/individuals/individual-id
This action can only be performed when authenticated as an administrator.