Service Provider implementation of the SCIM protocol.
To allow authorization using the Authorization header you will need to enable the following in your .htaccess:
CGIPassAuth On
To authorize your request you will need to generate a token using the Elgg Web Services plugin.
The bearer token should be provided using the Authorization header.