scim_v2 0.4.0

A crate that provides utilities for working with the System for Cross-domain Identity Management (SCIM) version 2.0 protocol. (rfc7642, rfc7643, rfc7644)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "active": true,
  "emails": null,
  "id": "5107a4e4-0b11-4e77-8dcf-c8c6978d40ac",
  "name": {
    "familyName": "lastname",
    "givenName": "firstname"
  },
  "schemas": [
    "urn:ietf:params:scim:schemas:core:2.0:User"
  ],
  "userName": "testuser@example.io"
}